-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCSFuse cache enabled a3-mega blueprint #3460
base: develop
Are you sure you want to change the base?
GCSFuse cache enabled a3-mega blueprint #3460
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good with some minor suggestions
dir-mode: "777" | ||
file-mode: "777" | ||
rename-dir-limit: 0 # Set to 20000 for hierarchical buckets | ||
temp-dir: /mnt/localssd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use
temp-dir: /mnt/localssd | |
temp-dir: $(vars.localssd_mountpoint) |
max-size-mb: -1 | ||
metadata-cache: | ||
ttl-secs: 3600 | ||
cache-dir: /mnt/localssd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cache-dir: /mnt/localssd | |
cache-dir: $(vars.localssd_mountpoint) |
dir-mode: "555" # need 5 on dir to enable ls | ||
file-mode: "444" | ||
rename-dir-limit: 0 # Set to 20000 for hierarchical buckets | ||
temp-dir: /mnt/localssd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
temp-dir: /mnt/localssd | |
temp-dir: $(vars.localssd_mountpoint) |
Submission Checklist
NOTE: Community submissions can take up to 2 weeks to be reviewed.
Please take the following actions before submitting this pull request.